home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / lib / Imakefile < prev    next >
Makefile  |  1995-05-03  |  822b  |  28 lines

  1.  
  2. #    Uncomment the following line if you want to delay when color spinning
  3.           DELAY = -DUSE_DELAY
  4. # If you are using the delay functionality (above line uncommented), then
  5. # comment out the next line if you want to use nap() rather than itimers
  6.           SLEEP = -DHAS_ITIMER
  7. # and uncomment the next line if you're using nap() on an SCO system
  8. #        NAPLIB = -lx
  9.  
  10.  DEFINES = $(DELAY) $(SLEEP)
  11. INCLUDES = -I.
  12.  
  13.     SRCS = bezier.c bspline.c buffer.c clip.c hls2rgb.c init_color.c misc.c \
  14.         spin.c
  15.  
  16.     OBJS = bezier.o bspline.o buffer.o clip.o hls2rgb.o init_color.o misc.o \
  17.         spin.o
  18.  
  19.    MOBJS = asincos.o atan2.o
  20.  
  21. NormalLibraryObjectRule()
  22. NormalLibraryTarget(Xrr, $(OBJS))
  23. #
  24. # Uncomment the next line if you need the fixed asin() for the Mips libm.a
  25. # /* NormalLibraryTarget(Mips, $(MOBJS)) */
  26. #
  27. DependTarget()
  28.